Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add release notes 2.13 #878

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

riysaxen-amzn
Copy link
Contributor

Description

Add release notes for 2.13

Issues Resolved

[List any issues this PR will resolve]

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: Riya Saxena <[email protected]>
@riysaxen-amzn riysaxen-amzn requested a review from amsiglan March 19, 2024 23:30
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.85%. Comparing base (49cfc00) to head (4b15898).

❗ Current head 4b15898 differs from pull request most recent head cd54b16. Consider uploading reports for the commit cd54b16 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               2.13     #878   +/-   ##
=========================================
  Coverage     66.85%   66.85%           
  Complexity      263      263           
=========================================
  Files            39       39           
  Lines          1738     1738           
  Branches        165      165           
=========================================
  Hits           1162     1162           
  Misses          453      453           
  Partials        123      123           
Flag Coverage Δ
opensearch-notifications 66.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amsiglan amsiglan merged commit 63d6865 into opensearch-project:2.13 Mar 19, 2024
13 of 16 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 19, 2024
* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 63d6865)
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.13 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.13 2.13
# Navigate to the new working tree
cd .worktrees/backport-2.13
# Create a new branch
git switch --create backport/backport-878-to-2.13
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 63d6865fc747555966aa79ee801e7631c756004c
# Push it to GitHub
git push --set-upstream origin backport/backport-878-to-2.13
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.13

Then, create a pull request where the base branch is 2.13 and the compare/head branch is backport/backport-878-to-2.13.

praveensameneni pushed a commit that referenced this pull request Mar 19, 2024
* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 63d6865)

Co-authored-by: Riya <[email protected]>
riysaxen-amzn added a commit to riysaxen-amzn/notifications that referenced this pull request Mar 19, 2024
* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 63d6865)
@riysaxen-amzn riysaxen-amzn mentioned this pull request Mar 19, 2024
1 task
@riysaxen-amzn riysaxen-amzn deleted the 2.13 branch April 5, 2024 21:49
riysaxen-amzn added a commit to riysaxen-amzn/notifications that referenced this pull request Apr 30, 2024
* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
sbcd90 pushed a commit that referenced this pull request Apr 30, 2024
amsiglan pushed a commit that referenced this pull request Apr 30, 2024
* add release notes 2.13 (#878)

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>

* Add 2.14 release notes

Signed-off-by: Riya Saxena <[email protected]>

* Add 2.14 release notes pr to release notes

Signed-off-by: Riya Saxena <[email protected]>

* fixing the typo

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 30, 2024
* add release notes 2.13 (#878)

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>

* Add 2.14 release notes

Signed-off-by: Riya Saxena <[email protected]>

* Add 2.14 release notes pr to release notes

Signed-off-by: Riya Saxena <[email protected]>

* fixing the typo

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 74cc69e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
amsiglan pushed a commit that referenced this pull request Jul 25, 2024
* add release notes 2.13 (#878)

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>

* release notes added for 2.16

Signed-off-by: Riya Saxena <[email protected]>

* fix

Signed-off-by: Riya Saxena <[email protected]>

* fix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 25, 2024
* add release notes 2.13 (#878)

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>

* release notes added for 2.16

Signed-off-by: Riya Saxena <[email protected]>

* fix

Signed-off-by: Riya Saxena <[email protected]>

* fix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit c936239)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 25, 2024
* add release notes 2.13 (#878)

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

* add release notes 2.13

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>

* release notes added for 2.16

Signed-off-by: Riya Saxena <[email protected]>

* fix

Signed-off-by: Riya Saxena <[email protected]>

* fix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

* refix ci

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit c936239)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
amsiglan pushed a commit that referenced this pull request Jul 25, 2024
* add release notes 2.13 (#878)

* add release notes 2.13



* add release notes 2.13



---------



* release notes added for 2.16



* fix



* fix ci



* refix ci



* refix ci



---------


(cherry picked from commit c936239)

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
amsiglan pushed a commit that referenced this pull request Jul 25, 2024
* add release notes 2.13 (#878)

* add release notes 2.13



* add release notes 2.13



---------



* release notes added for 2.16



* fix



* fix ci



* refix ci



* refix ci



---------


(cherry picked from commit c936239)

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants